PUT /Theme/{id}/

Updates a theme.
 

Request

Method Request URI
PUT /API/Theme/{id}/?sessionId=value

URI Parameters

URI Parameter Description
sessionId Current session ID. Specifying via an Authorization request header instead is recommended.

Path Parameters

Path Parameter Description
id The ID of the theme to update.

Request Headers

Authorization: Bearer <Current session ID>

Request Body

Name: themeData
Type: Dundas.BI.WebApi.Models.ThemeData

Response

Response Body

A Dundas.BI.WebApi.Models.ThemeData object containing the theme, or a status code indicating the problem.